home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / comm / bbs / trionbbs100.lha / Trion / cfg / trion-7.cfg < prev    next >
Text File  |  1997-07-28  |  3KB  |  117 lines

  1.  
  2. ;;
  3. ;;   Configuration file for Trion BBS node 7
  4. ;;
  5.  
  6. ;  LOCAL                   ;This node (0) can't open the serial port !!!
  7. ;  NULLMODEM
  8.  
  9. ICON  370  20
  10. FONT  cleanIBM.font  8
  11.  
  12.  
  13. SCREEN WIDTH   640
  14. SCREEN HEIGHT  256
  15. SCREEN DEPTH   1
  16.  
  17. ;;  Monitor: Select a monitor:
  18. ;;       NTSC       640 x 200    60Hz   15,72Khz   (American 1084 mode)
  19. ;;       PAL        640 x 256    50Hz   15,60Khz   (Europe   1084 mode)
  20. ;;       MULTISCAN  640 x 480    58Hz   29,29Khz   (VGA/multisync monitors)
  21. ;;       EURO72     640 x 400    69Hz   29,25Khz
  22. ;;       EURO36     640 x 200    73Hz   15,76Khz
  23. ;;       SUPER72    448 x 306    71Hz   23,21Khz
  24. ;;       DBLNTSC    676 x 213    58Hz   27,66Khz
  25. ;;       DBLPAL     676 x 269    48Hz   27,50Khz
  26.  
  27. MONITOR  DONTCARE
  28.  
  29. ;;  Use 'INTERLACE' and/or 'SUPER' for bigger screens 
  30. ;;  InterLace: boost vertical   resolution to  400 -  538 if possible
  31. ;;  Super:     boost horizontal resolution to 1280 - 1448 if possible
  32.  
  33. ;INTERLACE
  34. ;SUPER
  35.  
  36. ;  Use 'INTERLACE' and/or 'SUPER' for bigger screens 
  37.  
  38.  
  39.  
  40. ;  SERIAL DEVICE  serial.device          ;No typos allowed !!!
  41. SERIAL DEVICE  nullmodem.device
  42. SERIAL UNIT    7
  43. SERIAL BUFFER  16384
  44.  
  45. DEFAULT BAUD   19200
  46. DEFAULT LENGTH 28                   ;default screen length
  47.  
  48.  
  49. ; Modem Strings   '|' = carriage return,  '^' = escape karakter
  50. ; '^n' geeft n x 1/5 seconde pause  (BV '^1' = 1/5sec , '^5' = 1sec)
  51. ; '^|' geeft '|' karakter
  52. ; '^^' geeft '^' karakter (modem geeft bij dial fax tonen)
  53. ; Geen spaties in strings , zet dan de string tussen "..."  !!!
  54.  
  55. ; NULLmodem.device strings
  56. ; ATS3=6 Zorgr voor 6 secs Delay voor een connect !!!
  57.  
  58. INIT   STRING  AT|^5
  59. TERM   STRING  AT|^5
  60. DIAL   STRING  ATDT
  61. ANSWER STRING  ATS3=6A|
  62.  
  63.  
  64.  
  65. ; number of RINGs before answering the modem
  66. ; If you expect CID (CallerID) set this to 2 else you can use 1
  67. ; In Debug mode .. CID will appear between RINGs in the log-file
  68.  
  69. RINGS   1
  70.  
  71. CARRIER DELAY  30     ;(secs)  Hoe lang op carrier wachten
  72. CONNECT DELAY  90     ;(ticks) Als carrier hoelang voor snelheid bepalen
  73. ESCAPE  DELAY   5     ;(secs)  Hoelang voor 'Press escape'
  74. HANGUP  DELAY  25     ;(ticks) Hoelang carrier droppen bij ophangen
  75.  
  76.  
  77. ; file transfer protocols that the mailer can use
  78. ; specify all the protocols that you are able to use
  79. ; MAILER   HYDRA  ZEDZAP  ZMODEM
  80.  
  81. MAILER   HYDRA  ZEDZAP  ZMODEM
  82.  
  83.  
  84. ; Path for downloading in terminal mode and local uploads (ending in : or /)
  85.  
  86. TERM PATH  RAM:
  87.  
  88. PAGE SAMPLE   trion:samples/startrek-Alert  3
  89. BELL SAMPLE   trion:samples/startrek-comm
  90.  
  91. SLEEP WARNING  90
  92.  
  93. ; Use underscores in Sysop name
  94. ; sysop comments area must be higher then 0
  95. ; NOTE:  'SYSOP NAME' move to trion:cfg/TrionRM.cfg
  96.  
  97. SYSOP  NAME      Paul_Spijkerman
  98. SYSTEM NAME      Amiga_Pet_Shop_BBS
  99. SYSTEM CITY      Gasselte
  100. SYSTEM PHONE     +31-599-564696
  101.  
  102. SYSOP COMMENTS  1
  103.  
  104. ; 'validate level' The level a user gets when you press F4
  105.  
  106. VALIDATE LEVEL  10
  107.  
  108.  
  109. ; local editor to Use .. max 19 characters.
  110.  
  111. EDITOR    Ced
  112.  
  113. ; Skip Existing Uploads , or allow it and ask a new name
  114.  
  115. SKIPEXISTINGUPLOADS
  116.  
  117.